home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / Delphi 3.0 / DATA.Z / RELNOTE.CNT (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1997-01-30  |  8.4 KB  |  159 lines

  1. :Base RELNOTE.HLP
  2. :Title Delphi 2.0 Field Test Release Notes
  3. :Index Delphi 2.0 relnote=relnote.HLP
  4. 1 Ivory Field Test Release Notes
  5. 2 Introduction=WelcomeScreen
  6. 1 Packages
  7. 2 Introduction=PackageSupport
  8. 2 Working with Packages=Working with Packages
  9. 2 Why use packages?=Why use packages?
  10. 2 Runtime packages=Runtime packages
  11. 2 Using packages in an application=Using packages in an application
  12. 2 Deciding which runtime packages to use=Deciding which runtime packages to use
  13. 2 Custom packages=Custom packages
  14. 2 Design-time packages=Design-time packages
  15. 2 Installing component packages=Installing component packages
  16. 2 Creating and editing packages=Creating and editing packages
  17. 2 Creating a package=Creating a package
  18. 2 Editing an Existing Package=Editing an Existing Package
  19. 2 Understanding the Structure of a Package=Understanding the Structure of a Package
  20. 2 Editing .DPK Files Manually=Editing .DPK Files Manually
  21. 2 Compiling Packages=Compiling Packages
  22. 2 Inserting package-specific compiler directives in code=Inserting package-specific compiler directives in code
  23. 2 Using the command-line compiler=Using the command-line compiler
  24. 2 Package files created by a successful compilation=Package files created by a successful compilation
  25. 2 Deploying packages=Deploying packages
  26. 1 Distributed Datasets
  27. 2 Using Distributed Datasets=Using Distributed Datasets
  28. 2 Creating a database application server=Creating a database application server
  29. 2 Creating a server without a provider and resolver=Creating a server without a provider and resolver
  30. 2 Creating a server with an explicit provider and resolver=Creating a server with an explicit provider and resolver
  31. 2 Adjusting provider behavior=Adjusting provider behavior
  32. 2 Setting the maximum data block size=Setting the maximum data block size
  33. 2 Adjusting resolver behavior=Adjusting resolver behavior
  34. 2 Creating a thin client=Creating a thin client
  35. 2 Displaying data from a memory dataset=Displaying data from a memory dataset
  36. 2 Editing data associated with a memory dataset=Editing data associated with a memory dataset
  37. 1 Interfaces, COM and ActiveX
  38. 2 Interface Language Specification
  39. 3 Interfaces=Interfaces
  40. 3 Interface syntax=Interface syntax
  41. 3 IUnknown and inheritance=IUnknown and inheritance
  42. 3 Interface identification=Interface identification
  43. 3 Calling conventions=Calling conventions
  44. 3 Member visibility=Member visibility
  45. 3 Access specifiers=Access specifiers
  46. 3 Forward declarations=Forward declarations
  47. 3 Globally unique identifiers=Globally unique identifiers
  48. 3 Interface implementations=Interface implementations
  49. 3 Class declaration=Class declaration
  50. 3 Interface method implementation=Interface method implementation
  51. 3 Interface references=Interface references
  52. 3 Reference counting=Reference counting
  53. 3 Type compatibility=Type compatibility
  54. 3 Interface conversions=Interface conversions
  55. 3 Using assignment to obtain an interface referenc=Using assignment to obtain an interface reference
  56. 3 Interface querying=Interface querying
  57. 3 Interactions with other language features=Interactions with other language features
  58. 3 OLE automation Interface types=OLE automation Interface types
  59. 3 Dispatch interfaces=Dispatch interfaces
  60. 3 Dual interfaces=Dual interfaces
  61. 2 Using COM and Interfaces
  62. 3 Introduction=Using COM Interfaces in Ivory
  63. 3 What is an interface?=What is an interface?
  64. 3 A binary standard=A binary standard
  65. 3 New COM Classes=New COM Classes
  66. 3 Why use interfaces in Delphi?=Why use interfaces in Delphi?
  67. 3 TInterfacedObject as a base class=TInterfacedObject as a base class
  68. 3 Sample code using interfaces=Sample code using interfaces
  69. 3 COM and OLE classes in Delphi=COM and OLE classes in Delphi
  70. 3 The basic COM object class=The basic COM object class
  71. 3 Classes and type information=Classes and type information
  72. 3 Class Factories and class instantiation=Class Factories and class instantiation
  73. 3 COM class manager=COM class manager
  74. 3 COM Servers=COM Servers
  75. 3 OLE Automation=OLE Automation
  76. 3 Classes for connectable objects=Classes for connectable objects
  77. 3 About VCL ActiveX objects=About VCL ActiveX objects
  78. 3 Instantiating a COM class=Instantiating a COM class
  79. 3 Table of OLE/COM terminology=Table of OLE/COM terminology
  80. 2 Type Library Editor
  81. 3 Introduction=The Type Library Editor
  82. 3 Type libraries=Type libraries
  83. 3 The User interface=The User interface
  84. 3 Object list pane=Object list pane
  85. 3 Type library information=Type library information
  86. 3 Enumeration information=Enumeration information
  87. 3 Interface and object information=Interface and object information
  88. 3 Attributes page=Interface and object information
  89. 3 Members page for an interface=Interface and object information
  90. 3 Members page for a COM class=Interface and object information
  91. 3 Interface members=Interface members
  92. 3 Valid types=Valid types
  93. 3 Creating a new type library=Creating a new type library
  94. 3 Adding an interface to the type library=Creating a new type library
  95. 3 Adding interface members to the type library=Creating a new type library
  96. 3 Adding a COM class to the type library=Creating a new type library
  97. 3 Adding an enum to the type library=Creating a new type library
  98. 2 Creating Active Forms
  99. 3 Web delivered applications=Web delivered applications
  100. 3 Creating an ActiveForm=Creating an ActiveForm
  101. 3 Deploying the ActiveForm=Deploying the ActiveForm
  102. 2 COM Classes
  103. 3 TActiveXControl=TActiveXControl
  104. 3 Implementing ActiveX Control Behavior=Implementing ActiveX Control Behaviors with TActiveXControl
  105. 3 TActiveXControlFactory=TActiveXControlFactory
  106. 3 TActiveXPropertyPageFactory=TActiveXPropertyPageFactory
  107. 3 dispinterface IStdEvents=dispinterface IStdEvents
  108. 3 TFontAdapter=TFontAdapter
  109. 3 TFontNotifier=TFontNotifier
  110. 3 TPropertyPage=TPropertyPage
  111. 1 Creating Internet Applications
  112. 2 Introduction=Creating Internet Applications
  113. 2 Terminology and Standards=Terminology and Standards
  114. 2 Finding Internet standards documents=Finding Internet standards documents
  115. 2 URI vs. URL=URI vs. URL
  116. 2 An overview of HTTP server activity=An overview of HTTP server activity
  117. 2 Composing client requests=Composing client requests
  118. 2 Serving client requests=Serving client requests
  119. 2 Responding to client requests=Responding to client requests
  120. 2 Delphi web server applications=Delphi web server applications
  121. 2 Types of Web server applications=Types of Web server applications
  122. 2 Internet object overview=Internet object overview
  123. 2 Creating Web Server Applications=Creating Web Server Applications
  124. 2 Using Web modules=Using Web modules
  125. 2 Using the WebSession component=Using the WebSession component
  126. 2 Using the THTTPDispatcher component=Using the THTTPDispatcher component
  127. 2 Adding actions to the dispatcher=Adding actions to the dispatcher
  128. 2 Working with Actions=Working with Actions
  129. 2 Specifying a URI=Specifying a URI
  130. 2 Controlling program flow using dispatcher actions=Controlling program flow using dispatcher actions
  131. 2 Using THTTPRequest to access client request information=Using THTTPRequest to access client request information
  132. 2 Using properties that contain request header information=Using properties that contain request header information
  133. 2 Producing HTML=Producing HTML
  134. 2 Using THTMLPageProducer=Using THTMLPageProducer
  135. 2 Using THTMLQueryTableProducer=Using THTMLQueryTableProducer
  136. 2 Using THTMLDSTableProducer=Using THTMLDSTableProducer
  137. 2 Using THTTPResponse to pass information back to the client=Using THTTPResponse to pass information back to the client
  138. 2 Using properties that contain request header information=Using properties that contain request header information
  139. 2 Using the Content property=Using the Content property
  140. 2 Using the ContentStream property=Using the ContentStream property
  141. 1 Miscellaneous Enhancements
  142. 2 Introduction=Miscellaneous Enhancements
  143. 2 IDE Enhancements=IDEEnhancements
  144. 2 VCL Enhancements=VCLEnhancements
  145. 2 Graphics Enhancements=Graphics Enhancements
  146. 2 RTL Enhancements=RTL Enhancements
  147. 2 Multibyte Character Support=Multibyte Character Support
  148. 2 COM/ActiveX Support=COMActiveXSupport
  149. 2 Database Development=DatabaseDevelopment
  150. 2 Borland Database Engine and SQL Links Features=Borland Database Engine and SQL Links Features
  151. 2 Database Explorer Enhancements=Database Explorer Enhancements
  152. 2 Internet development features=Internetdevelopment
  153. 2 Compiler changes=Compilerchanges
  154. 2 Boolean Data Types=Boolean Data Types
  155. 2 Wide string types=Wide string types
  156. 2 Exit procedures=Exit procedures
  157. 2 Out parameters=Out parameters
  158. 2 Safecall calling convention=Safecall calling convention
  159.